home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / gift40b7.zip / GT.BAT < prev    next >
DOS Batch File  |  1991-12-07  |  137b  |  5 lines

  1. @echo off
  2. echo Testing all GIFs in current directory
  3. echo -- logging results to \GIFLOG
  4. for %%f in (*.gif) do giftest /l:\giflog %%f
  5.